Function |mul
std/ops/num::|mul
Usage
|mul<N>(a, b)
Generics
โป N:
Mul
Parameters
โณ a:
N
โณ b:
N
Return
โด N
Multiply a
and b
This function is infaillible but may overflow if a ร b
is out of bounds for the data type.
std/ops/num::|mul
|mul<N>(a, b)
โป N:
Mul
โณ a:
N
โณ b:
N
โด N
Multiply a
and b
This function is infaillible but may overflow if a ร b
is out of bounds for the data type.